{strip} {foreach $q as $r}

{$this->lang['Choose_a_category']}

{$this->lang['Product_name']}

{$this->lang['Product_description']}

{$this->lang['Product_photos']}

{assign var=getpictures value=$this->getProductPictures($r.id)}
{if count($getpictures) > 0} {foreach $getpictures as $picture}
 
{$this->time_elapsed($picture.added)}
{$this->lang.cover}
{/foreach} {/if}
Add

{$this->lang['Price']}

{$this->settings['MARKETPLACE_CURRENCY']}

{$this->lang['Location']}:

 

{foreachelse} {$this->info_msg($this->lang['sorry_product_was_not_found'])} {/foreach} {/strip}